Content Library Item Updatesession PreviewInfo

Content Library Item Updatesession PreviewInfo
Content Library Item Updatesession PreviewInfo

The Content Library Item Updatesession PreviewInfo schema contains information about the files being uploaded in the update session.

This schema was added in vSphere API 6.8.

JSON Example
{
    "state": "string",
    "certificate_info": {
        "issuer": "string",
        "subject": "string",
        "self_signed": false,
        "x509": "string"
    },
    "warnings": [
        {
            "type": "string",
            "message": {
                "id": "string",
                "default_message": "string",
                "args": [
                    "string"
                ],
                "params": {
                    "params": {
                        "s": "string",
                        "dt": "string",
                        "i": 0,
                        "d": "number",
                        "l": "Vapi Std NestedLocalizableMessage Object",
                        "format": "string",
                        "precision": 0
                    }
                },
                "localized": "string"
            },
            "ignored": false
        }
    ],
    "cert_chain": [
        "string"
    ]
}
string
state
Required

Indicates the state of the preview of the update session.

For more information see: Content Library Item Updatesession PreviewInfo State.

This property was added in vSphere API 6.8.

certificate_info
Optional

The certificate information of the signed update session content.

This property was added in vSphere API 6.8.

This property is missing or null if the update session content is not signed.

warnings
Optional

The list of warnings raised for this update session. Any warning which is not ignored by the client will, by default, fail the update session during session complete operation.

This property was added in vSphere API 6.8.

This property is optional and it is only relevant when the value of state is Content Library Item Updatesession PreviewInfo State.AVAILABLE.

array of string
cert_chain
Optional

Certificate chain in base64 format.

This property was added in vSphere API 7.0.3.0.

This property is missing or null if the update session content is not signed.